At a high level, I am trying to build a Watson Assistant that: (1) Follows a fixed conversation structure (currently containing 25 steps) (2) At each step, eval
I am working on a project to do the following. Data I get from ERP: After running the code it should look like: I want to implement this logic If there is a v
I am experiencing a strange issue where, on my local machine, my code runs perfectly fine without any errors, but on my live server (production) I am getting th
I have an issue with the google assistant and my smart home action. I have implemented the sync intent and this is what I get: { "requestId": "153656876
How is Oauth managed internally. Let's say 2 people(Adam and Joe) are trying to login into my server using Google and both of them are successfully authenticate
The ReactJS docs stated we can use npx create-react-app my-app to create a React app. But how do we update the create-react-app? Is there a general rule if
I am Trying to pin a label to the top of my window without it getting resized. I alredy tried alignment=Qt.AlignLeft | Qt.AlignTop, but this results in the exa
I have the following problem. My DataFrame looks like this (only with 100.000 entries): col_1 col_2 col_3 green yellow red yellow gre
Could somebody please provide the code to do the following: Assume there is a directory of files, all of which need to be run through a program. The program out